-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #4722: Created date not fully visible for certain devices and languages #4755
Fix #4722: Created date not fully visible for certain devices and languages #4755
Conversation
@antonmagnus could you please update the PR description to match the PR template, and make sure that each section is filled out? |
Updated and included the template checklist. |
Thanks @antonmagnus. Can you make sure that the explanation portion is in the 'Explanation' section, and that the screenshots are in the 'For UI-specific PRs only' section? See #4685 for an example PR description. |
Hi @antonmagnus, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
I have now updated the description in accordance with the template. Do you have any further suggestions? |
I think it's much better, but I suggest a few small changes to help with readability (& to ensure GitHub correctly closes the corresponding issue once this is closed): Fixes issue #4772
This PR adds some margin to the end of the created date text on edit profile view to make sure that it's fully visible.
The main development was done on a pixel 3a on API 29 (see the screenshots below). However, since the issue was reported on a Infinix SMART 5 the changes have also been tested on a device with similar screen resolution (Galaxy Nexus on API 29). Notice how I formatted the 'fixes' part, and also re-worded the explanation to read more as "Did X to fix Y" to be really clear on what the PR is doing. |
Thank you for the suggestions, I agree that it is clearer now. |
Thanks @antonmagnus. Note that, when you're done addressing a reviewer's comments, you should let them know by saying 'PTAL @' so that they are aware that they need to take another review pass. @rt4914 PTAL for codeowners. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks @antonmagnus
Hi @antonmagnus, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Hi @antonmagnus, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Resolving the conflict & marking this PR for auto-merge since it's been approved. |
Explanation
Fixes issue #4772
This PR adds some margin to the end of the created date text on the edit profile view to make sure that it's fully visible.
The main development was done on a pixel 3a on API 29 (see the screenshots below). However, since the issue was reported on a Infinix SMART 5 the changes have also been tested on a device with a similar screen resolution (Galaxy Nexus on API 29).
Essential Checklist
For UI-specific PRs only
Previous version
New version
ProfileEditFragmentTest